home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util1 / kdir31.zip / README.TXT < prev   
Text File  |  1993-04-07  |  6KB  |  133 lines

  1.                           W H A T ' S   N E W
  2.  
  3.                               Version 3.1
  4.  
  5. 1. Corrected problem causing the program to starting deleting all files
  6.    on the default drive [complete disk erasure], if the user typed
  7.    "[drive:]path" in capital letters on the command line.
  8.  
  9.  
  10.                     C O P Y R I G H T   N O T I C E
  11.  
  12. Copyright (C) 1989-1993 Joseph M. Albanese.  All rights reserved.
  13. KILLDIR is a trademark of Joseph M. Albanese.
  14.  
  15. No part of this manual may be reproduced, transmitted, transcribed,
  16. stored in a retrieval system, or translated into any language (natural
  17. or computer), in any form or by any means, without the prior written
  18. permission of Joseph M. Albanese.
  19.  
  20. You are granted a license to use the software described in this manual.
  21. The software may be used or copied only in accordance with the terms of
  22. that license, which is described following this notice.
  23.  
  24.  
  25.                    L I C E N S E   A G R E E M E N T
  26.  
  27. The "Shareware Release" of KILLDIR is fully copyrighted and may not be
  28. sold. However, as with all shareware, it may be copied freely for
  29. evaluation purposes. There is no fee for personal use; however, use of
  30. KILLDIR for any purpose other than personal use requires the written
  31. permission of the author. Licensing fees may apply.
  32.  
  33. Send inquiries to:  Joseph M. Albanese, P.O. Box 1126, Martinsville, VA 24114.
  34. Daytime telephone (703)666-9533 - ≡NEOCOM BBS (703)666-9535 - CIS 72110,3562
  35.  
  36.  
  37.             W A R R A N T I E S   A N D   L I A B I L I T Y
  38.  
  39. Joseph M. Albanese disclaims all warranties relating to this software,
  40. whether express or implied, including but not limited to any implied
  41. warranties of merchantability and fitness for a particular purpose, and
  42. all such warranties are expressly and specifically disclaimed.  Neither
  43. Joseph M. Albanese nor anyone else who has been involved in the
  44. creation, production, or delivery of this software shall be liable for
  45. any indirect, consequential, or incidental damages arising out of the
  46. use or inability to use such software even if Joseph M. Albanese has
  47. been advised of the possibility of such damages or claims. In no event
  48. shall Joseph M. Albanese's liability for any damages ever exceed the
  49. price paid for the license to use the software, regardless of the form
  50. of claim.  The person using the software bears all risk as to the
  51. quality and performance of the software.  Some states do not allow the
  52. exclusion of the limit of liability for consequential or incidental
  53. damages, so the above limitation may not apply to you.   This agreement
  54. shall be governed by the laws of the state of Virginia and shall inure
  55. to the benefit of Joseph M. Albanese and any successors, administrators,
  56. heirs and assigns.  Any action or proceeding brought by either party
  57. against the other arising out of or related to this agreement shall be
  58. brought only in the STATE or FEDERAL COURT of competent jurisdiction
  59. located in Henry County, Virginia.  The parties hereby consent to in
  60. personam jurisdiction of said courts.
  61.  
  62.  
  63.                              P U R P O S E
  64.  
  65. The original "KILL DIRECTORY" utility!  KILLDIR deletes a directory, all
  66. its subdirectories, and all files contained therein.  Removes hidden,
  67. system and even read-only files!  Built-in typo protection.  No preset
  68. file limit.  "QUIET" mode for incorporating into other applications.
  69. Safe for use on local area networks.  NOVELL tested.
  70.  
  71.  
  72.                                U S A G E
  73.  
  74. SYNTAX:    C> killdir [drive:]path [/f] [/q]
  75.  
  76. EXAMPLES:  C> killdir \temp
  77.            C> killdir c:\windows
  78.            C> killdir A:\trash /q
  79.  
  80. PARMS:     "/q" = "QUIET" mode.  No screen output (or prompts) <-- CAUTION!
  81.            "/f" = "FAKE" mode.  Nothing actually deleted.
  82.  
  83.  
  84.                         I N S T R U C T I O N S
  85.  
  86. KILLDIR is very powerful, but that doesn't mean it is difficult to use.
  87. On the contrary, just type KILLDIR and the name of the directory you
  88. want to delete (or "KILL") and press ENTER.  You will then be presented
  89. with the following prompt:
  90.  
  91.      Killing: C:\THE\DIR\YOU\PICK
  92.  
  93.      You are about to delete the subdirectory shown above, including all files
  94.      and subdirectories contained in it.
  95.  
  96.      Do you wish to continue (y/n)?
  97.  
  98. If you answer "y", KILLDIR begins deleting files and removing
  99. directories immediately.  However, if you answer "n", nothing will be
  100. deleted and you will be returned to the DOS prompt -- no harm done.
  101.  
  102. IMPORTANT:  KILLDIR does NOT prompt you for input prior to deleting
  103.             files or directories.
  104.  
  105.  
  106.                   S P E C I A L   P A R A M E T E R S
  107.  
  108. There are currently only two optional command line options available in
  109. KILLDIR:
  110.  
  111. 1. "/f"   FAKE - This parameter causes KILLDIR to "FAKE" the deleting
  112.           process. When this option is used, KILLDIR goes through the
  113.           motions of killing the directory(ies); however, nothing is
  114.           actually destroyed.  It's good practice to use KILLDIR with
  115.           "/f" the first few times you use it, to be sure there is no
  116.           mistake.
  117.  
  118. 2. "/q"   QUIET - This parameter causes KILLDIR to silence all screen
  119.           output and keyboard input, making it ideal for incorporation
  120.           into other applications.
  121.  
  122.           IMPORTANT:  In order to make this feature most effective, it
  123.                       was necessary to remove all prompting along with
  124.                       screen output.  This meanse KILLDIR will not even
  125.                       ask "Do you want to continue (y/n)?" before it
  126.                       starts deleting.  Use this feature with CAUTION!
  127.  
  128. NOTE:  The command line options "/f" and "/q" are not mutually
  129.        exclusive.  They may be used together or individually.
  130.  
  131. Send inquiries to:  Joseph M. Albanese, P.O. Box 1126, Martinsville, VA 24114.
  132. Daytime telephone (703)666-9533 - ≡NEOCOM BBS (703)666-9535 - CIS 72110,3562
  133.